home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 1999 August / MaxiMac 93.iso / AOL CD / AOL CD.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  406 b   |  20 lines

  1. on exitFrame
  2.   if rollOver(25) then
  3.     set the visible of sprite 23 to 1
  4.   else
  5.     set the visible of sprite 23 to 0
  6.   end if
  7.   if rollOver(24) then
  8.     set the visible of sprite 22 to 1
  9.   else
  10.     set the visible of sprite 22 to 0
  11.   end if
  12.   if rollOver(26) then
  13.     puppetSprite(26, 1)
  14.     set the castNum of sprite 26 to 152
  15.   else
  16.     set the castNum of sprite 26 to 151
  17.   end if
  18.   go(the frame)
  19. end
  20.